From: Stefan Monnier Date: Wed, 23 May 2007 17:28:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18743 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=511f3ae21543398c3586b5b3c9fbc39b83598e37;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index e03c5d76a7f..85ce494c601 100644 --- a/etc/TODO +++ b/etc/TODO @@ -553,6 +553,10 @@ but which can also be used as a modifier). ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction since the mark bit is no longer stored in the Lisp_Object itself. +** Refine the `predicate' arg to read-file-name. + Currently, it mixes up the predicate to apply when doing completion and the + one to use when terminating the selection. + ** Merge ibuffer.el and buff-menu.el. More specifically do what's needed to make ibuffer.el the default, or just an extension of buff-menu.el.